home *** CD-ROM | disk | FTP | other *** search
/ Utilities Professional 1-1500 / Utilities Professional 1-1500 (1994)(WPD)[!].iso / 12511500 / var1462.dms / var1462.adf / s / FwdLast < prev    next >
Text File  |  1994-04-17  |  423b  |  19 lines

  1. ; Afax:s/FwdLast
  2. ; Script to forward last fax received to site in variable FaxFwd (if set)
  3. ; D. Varley 26May93
  4. ;
  5. ; To use, this script should be called from faa.scp
  6. ;
  7. ; SetEnv FaxFwd sitename     ;to enable
  8. ; UnsetEnv FaxFwd        ;to disable
  9. ; Copy Env:FaxFwd ENVARC:    ;for setting to survive reboot
  10. ;
  11. if $FaxFwd NOT EQ *$FaxFwd
  12.   Afax:S/SetLastFax
  13.   if exists $LastFax
  14.     RunBack Afax:c/afaxsend $FaxFwd $LastFax
  15.   endif
  16. endif
  17.  
  18.  
  19.